Learn R Programming

DDPM (version 0.1.0)

Criminal act: The data set is from crime sociology consisting of a sample of 4301 people with deviating behavior

Description

The function gives a sample of 4301 people with deviating behavior.

Usage

data_crime

Value

data_crime gives a sample of 4301 people with deviating behavior.

Arguments

data_crime

A vector of (non-negative integer) count values.

Author

Muhammad Imran

R implementation and documentation: Muhammad Imran imranshakoor84@yahoo.com.

Details

The data set is from crime sociology consisting of a sample of 4301 people with deviating behavior. Recently, it was used by Zhang et al. (2016) and fitted by the zero-and-one inflated Poisson distribution.

References

Zhang, C., Tian, G. L., & Ng, K. W. (2016). Properties of the zero-and-one inflated Poisson distribution and likelihood-based inference methods. Statistics and its Interface, 9(1), 11-32.

Examples

Run this code
x<-data_crime
summary(x)
table (x)

Run the code above in your browser using DataLab